home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 5
/
Gold Medal Software - Volume 5 (Gold Medal) (1995).iso
/
windows
/
misc
/
cdsndoff.arj
/
SOURCE.ZIP
/
SOUNDOFF.H
< prev
next >
Wrap
Text File
|
1993-07-24
|
2KB
|
50 lines
/***************************************************************************/
/* CD SOUND OFF */
/***************************************************************************/
/*
CD SoundOff is an audio CD player that is provided for your enjoyment.
If you like CD SoundOff, feel free to show me by helping with the
development costs. Any and all donations will be greatly appreciated.
CD SoundOff is provided as is with the C source code. This software was
developed using the Microsoft Windows 3.1 SDK and Microsoft C 7.0. Feel free
to add your own enhancements to CD SoundOff and please send me a copy
so that I can keep up with all of the new and exciting CD bells and
whistles.
NickleWare
P.O. Box 393
Orem, UT. 84059
NickleWare
CompuServe: 72730,1002
Copyright (C) 93 Bradley Nicholes
This documentation must accompany the CD SoundOff software.
NickleWare or Bradley Nicholes shall not be liable for any damages, whether
direct, indirect, special or consequential arising from the use or failure
of this program to operate in the manner desired by the user.
*/
/**************************************************************************/
#define IDB_PREVIOUS 101
#define IDB_PLAY 102
#define IDB_PAUSE 103
#define IDB_STOP 104
#define IDB_NEXT 105
#define IDS_TRACK 106
#define IDB_CONTINUOUS 107
#define IDB_SHUFFLE 108
#define IDM_ABOUT 109
#define ID_INFO 200
#define CD_TIMER 356